-
Notifications
You must be signed in to change notification settings - Fork 43
Added Type-hinting to methods + Update to Numpy v2 #273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
At the moment catboost does not work. This will be fixed in the newer version of Probatus. Expect catboost to update to numpy v2 any day. |
|
If you have a spare time I would definitely give it a try. I normally use uv, but for debugging of dependencies, poetry is more suitable. |
…for different usecase
|
Still waiting for the catboost release. can be any moment it seems. In the meantime performing some refactoring (making wrapper classes for estimators, datasets and shap to simplify the implementation and detangle logic) |
|
Started making separate plotting classes. This will allow standardization (style, output) of plots among the main classes (rfe, resemblance, interpretability) and also extend the possible plots that can be plotted from each of those classes |
This PR contains:
@PaulZhutovsky